On this pageBlockByNameDescriptionThis method searches the TsgDXFBlock object by name specified in the AName parameter and returns it if it exists. Else returns nil.Syntaxfunction BlockByName(const AName: string): TsgDXFBlock;